home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / ded / local.mk < prev    next >
Encoding:
Makefile  |  1988-10-31  |  590 b   |  21 lines

  1. # Choose which version of Unix here.  Currently set up for 4.2 bsd, since
  2. # we are close to that.
  3. #For 4.2 bsd:
  4. SYSTEM= BSD42
  5.  
  6. # Other things you might want to change
  7. DEDNAME= ded
  8. PRINTER= lpr
  9. PAGER= more
  10. HELPFILE= /sprite/lib/ded.hlp
  11. #HELPFILE= /usr/local/lib/ded.hlp
  12. # DFLTEDITOR is only used if the user's EDITOR environ var is not set.
  13. DFLTEDITOR= vi
  14.  
  15. # The rest should be pretty standard
  16. CFLAGS += -D$(SYSTEM) -DDEDNAME=\"$(DEDNAME)\" -DPRINTER=\"$(PRINTER)\" -DPAGER=\"$(PAGER)\" -DDFLTEDITOR=\"$(DFLTEDITOR)\" -DHELPFILE=\"$(HELPFILE)\"
  17.  
  18. LIBS += -ltermcap
  19.  
  20. #include <$(SYSMAKEFILE)>
  21.